html{
	font: 12px/1.3 "Helvetica Nueue", Helvetica, Arial, sans-serif;
}

.text-indent{
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

.background{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}

	.background div{
		display: block;
		width: 100% !important;
		height: 100% !important;
	}

.content{
	width: 312px;
	margin: 35px auto;
	position: relative;
	z-index: 2;
}

h1, h2{
	font-size: 2.5em;
}

h1{
	font-weight: bold;
	background-image: url(../images/logo.png);
	width: 224px;
	height: 65px;
}

h2{
	margin-bottom: 22px;
	letter-spacing: 0.125em;
	height: 1px;
	width: 1px;
}

img{
	margin-bottom: 35px;
}

p{
	font-size: 0.9em;
	line-height: 1.3em;
}

a{
	color: #000;
}

.slider{
	margin-bottom: 35px;
}